home *** CD-ROM | disk | FTP | other *** search
/ Hot Hunks / Hot Hunks.iso / menu / read.me < prev    next >
Text File  |  1993-02-17  |  46KB  |  939 lines

  1. *****************************************************************************
  2. *                                                                           *
  3. *  Please read the GIFREED.DOC for complete instructions on GIF-REED.       *
  4. *                                                                           *
  5. *****************************************************************************
  6.  
  7.  
  8. ******************* [ Important..... Please Read........] ******************
  9.          You should ALWAYS delete your:
  10.  
  11.                  GIFV.CFG, GIFV.CAT, GIFV.PRN
  12.  
  13.          files before loading any New version of GIF-REED in case the formats
  14.          for the configuration files differs from your old one. Once in the
  15.          program, reset all the switches the way you want them. Then use
  16.          ALT-U to save out your NEW configurations. It's NOT that big of a
  17.          deal to do, so just do it to it! Otherwise your system may LOCK-UP
  18.          upon loading GIF-REED!
  19. ****************************************************************************
  20.  
  21. GIF-REED History of changes:
  22.  
  23.  
  24. NEW this 4.12 version 2/17/93:
  25.        Fixed printing to HP LASER in "dither only" quality mode.
  26.        Fixed the WRITE G command in the script language!
  27.        Official release of Shareware version to CompuServe!
  28.  
  29. NEW this 4.11 version 2/15/93:
  30.        Fixed Runtime Error 200, after pressing P to print!
  31.  
  32.        If your environment variable TEMP or TMP is set to an invalid directory
  33.        then GIF-REED will tell you as it starts to run.
  34.  
  35.        Made ALT-G so that if a directory contained more than ONE type of
  36.        image file only ONE entry is made in the PATH list as *.? instead of
  37.        4 separate entries of *.GIF *.BMP *.PCX *.PIC. This saves on the PATH
  38.        list. You can now break out of an ALT-G operation by pressing the
  39.        ESCAPE key. Just in case you realize you didn't want to do it or if you
  40.        decide it would take too long to complete.
  41.  
  42.        If you move or copy files into the SAME directory over and over, you
  43.        get a build up of the same entry in the PATH list. It's now changed so
  44.        that if it appears that a new entry in the PATH list would duplicate one
  45.        that is already there then the new entry is NOT added.
  46.  
  47.        The drive choices that appear are scanned for only once. This way if you
  48.        have a SLOW drive (CD-ROM, etc...), you won't be slowed down each time
  49.        you switch to a new directory.
  50.  
  51. NEW this 4.10 version 2/12/93:
  52.        Added 24 pin support for EPSON LQ type printers and compatibles. Along
  53.        with the 24 pin support, you of course have more resolutions to pick
  54.        from.
  55.  
  56.        Added default support for printers. For example: When you choose
  57.        HP Laser, the default settings become HALFTONE-B and 300x300. If you
  58.        choose EPSON FX, the default settings become DITHER ONLY and 240x72.
  59.        This is so that if you don't want the play around with the different
  60.        possible combinations of resolutions and quality options, the defaults
  61.        picked are pretty much the optimum settings for best looking output.
  62.        Of course after you have selected a printer, you can go back and change
  63.        the quality type and printer resolution!
  64.  
  65. NEW this 4.06 version 2/08/93:
  66.        Nothing, Just changed the version number.
  67.        New ShareWare release.
  68.        Sent to CompuServe and everywhere else!
  69.  
  70. NEW this 4.05 version 2/08/93:
  71.  
  72.        Fixed keyboard bug. It was possible to press the 5 on the NUMERIC
  73.        key pad and lock the program up. It appeared that this was the only
  74.        keystroke that would lock the program up. It also would lock up
  75.        ONLY if the NUM-LOCK key light was OFF. This was a rare occurance
  76.        since the 5 on the numeric keypad does NOTHING if the num-lock light
  77.        is OFF. After fixing the bug, I could see how other wierd(non-standard)
  78.        keystroke entries could have locked it up. The lock up was a non-dest-
  79.        ructive lock-up. No data loss would have occured!!!!!!!!!!
  80.  
  81.        Added new capability to print function:
  82.              You can now send the printer your very own customized printer
  83.              initialization codes. These codes will be sent to your printer
  84.              BEFORE any printing has started. This way you can control your
  85.              printer fully. Also we added the ability to send the printer
  86.              customized printer codes AFTER the image is printed. The way
  87.              you build the customized codes is easy. There are TWO files to
  88.              create:
  89.                         1. GIFVINIT.PRN   (Codes to send BEFORE print starts)
  90.                         2. GIFVPOST.PRN   (Codes to send AFTER image prints)
  91.  
  92.              If either of these files exist in the GIF-REED directory at the
  93.              time of printing, they will be scanned for printer codes to send
  94.              to the printer. For example: If you wanted to send to the printer
  95.              an ESCAPE, then an uppercase A and then a return; You would put in
  96.              the GIFVINIT.PRN file the following:
  97.  
  98.                 27,"A",13
  99.  
  100.              The 27 is the ASCII code for ESCAPE. The 13 is the ASCII code for
  101.              return(ENTER). The "A" will be sent to the printer directly. In
  102.              fact ANYTHING inside QUOTES will be sent to the printer WITHOUT
  103.              translation. So for example, you could send:
  104.  
  105.                 "This is a cool IMAGE!",13,13
  106.  
  107.              This would send the title "This is a cool IMAGE!" (without the
  108.              quotes of course) to the printer! Then 2(two) line feeds will
  109.              be sent.
  110.  
  111.              NOTE: This capability is NOT for most people. Only use it if you
  112.              need to and know what ASCII codes to send to the printer!!!!
  113.  
  114.              NOTE: ANY line in the GIFVINIT.PRN or GIFVPOST.PRN files that
  115.              start with a ";"(semicolon) will be ignored. This is so that you
  116.              may put comments in these files without actually sending the
  117.              comments to your printer!
  118.  
  119. NEW this 4.04 version 2/03/93:
  120.        Allow for 3072 files in the PRO and SYSOP version of GIF-REED!
  121.  
  122.        Made program need MORE memory:
  123.             1. NON-REGISTERED   390K minimum 456K maximum
  124.             2. REGISTERED       334K minimum 400K maximum
  125.             3. PRO GIF-REED     390K minimum 614K maximum
  126.             4. SYSOP GIF-REED   390K minimum 614K maximum
  127.  
  128.  
  129.        Fixed minor bug when moving files. The files would move but sometimes
  130.        the screen wouldn't appear properly afterwords. It now displays properly
  131.        after doing file moves within GIF-REED.
  132.  
  133. NEW this 4.03 version 1/28/93:
  134.  
  135.        Added support for making catalogs with a WHITE background. This is
  136.        good for people who print their catalogs and don't want to wast a
  137.        bunch of toner!
  138.  
  139.        Now Supports HP Laser Jet and Epson Dot Matrix printers
  140.        Much better control over the printed output and the printed output
  141.        is FAR SUPERIOR to any other print program. If you think you have a
  142.        program that produces BETTER output than GIF-REED, call me and please
  143.        let me know which program it is!!!!!!!
  144.            Pro GIF-REED has complete printer control.
  145.            Registered GIF-REED can do everything but set margins
  146.            NON-REGISTERED GIF-REED can only print within a 4 inch square
  147.  
  148. NEW this 4.02 version 1/20/93:
  149.  
  150.        Added ENTERTAINMENT mode. When viewing a picture just press ALT-E to
  151.        enter entertainment mode. In entertainment mode, you can select from
  152.        one of three games. You can pick SLIDEIT, JIGSAWIT or GUESSIT.
  153.  
  154.        If you pick SlideIt Then your picture will become a puzzle. Its up
  155.        to you to move the squares around on the screen with the Up/Down/Left
  156.        and Right arrow keys to solve the puzzle. In order to MIX up the
  157.        pixture press the "J" key to jumble it up. If you want to see what the
  158.        original picture looked like, press the "V" key to view the original
  159.        image. If you want to see what order the squares belong in press the
  160.        "O" k